body {font-family: Verdana, Geneva, Tahoma, sans-serif;
      color: #202020;
      background: #e2fae2;
      margin:0px;
      padding:0px;}

header {
  position:fixed;
  top:0px;
  width: 100%;
  font-size: 16px;
  line-height: 150px;
  height: 150px;
  background: transparent;
  color: #000;
  transition: all 0.4s ease;
}

.container {
 	min-height:100%;
	width: 100%;
    height:auto !important;
    height:100%;
    background-color: #fff;   
	max-width: 1200px;
	margin: 150px auto 20px;
    padding: 0 20px;
}


.headcontainer {
 	min-height:100%;
	width: 100%;
    height:auto !important;
    height:100%;
    background-color: #fff;   
	max-width: 1200px;
	margin: 0px auto;
    padding: 0 20px;
    top:0px;
}

header.sticky {
  line-height: 90px;
  height: 90px;
}

header img {
  
  float:right;
  height:100px;
  width:auto;
  margin-top:25px;
  transition: all 0.4s ease;
}

header.sticky img {
  
  float:right;
  height:60px;
  width:auto;
  margin-top:15px;
}

.main	{
    margin:  0px; 
	background-color: #e0e0e0;
}

.main a { text-decoration:none;
          color: #056906;}

.main a hover { text-decoration:none;
                color:#a8d8a8;}

.main h1 {
    font-size:150%;
    font-weight:700;
    padding: 50px 30px 0px 30px;
}

.main h2 {
    font-size:115%;
    font-weight:700;
    padding: 20px 30px 0px 30px;
}
.main p {padding: 10px 30px;
         margin: 0px;}

#footer {
    display:inline-block;   
    margin: 0px; 
    background-color: #056906;
    color: #fff;
    font-size: 95%;
    width:100%;
}
#footer p {
	display:block;
    float:left;
    min-width:16%;
    text-align:center;
}
  
a.toggle-nav{
	display:none;
}  
a.toggle-nav {
        text-decoration:none;
		padding:0px 10px;
		float:left;
        font-size:25px;
        color: #056906;
		transition:color linear 0.15s;
	}

.toggle-nav:hover, .toggle-nav.active {
		text-decoration:none;
		color:#a8d8a8;
	}

.menu ul {
	list-style-type:none;
    padding:0px;
    margin:0px;
    transition: all 0.4s ease;
    
}

.menu li {
	display:inline-block;
	margin-right: 1px;
    transition: all 0.4s ease;
    
}

.menu li a {
	display:block;
    margin:0px;
    padding:0px;
	min-width:160px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	background: #056906;
	text-decoration: none;
    transition: all 0.4s ease;
}

.menu li:hover a {
	background: #a8d8a8;
    transition: all 0.4s ease;
    
}

.menu ul li a:hover + .hidden, .hidden:hover {
	display: block;
    transition: all 0.4s ease;
}


/*Responsive Style*/

@media screen and (max-width : 1210px){


header img {
  height:60px;  
  margin-top:7px;
}

header.sticky img {  
  margin-top:7px;
}

.container {
    margin: 70px auto 20px;
	max-width: 95%;
}

.headcontainer {
	max-width: 95%;
}

header {
  line-height: 70px;
  height: 70px;
}
	
header.sticky {
  line-height: 70px;
  height: 70px;
}

a.toggle-nav {
 		display:inline-block;
}

.menu {
        position:relative;
        display:inline-block;
    }

.menu ul.active {
		display:none;
	}

    .menu ul {
        width:180px;
        position:absolute;
        top:100%;
        left:0px;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#909090;	}
	
	   .menu ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #909090;
    }
 
    .menu li {
        margin:5px 0px 5px 0px;
        float:none;
        display:block;
    }
 
    .menu a {
        display:block;
    }
	
    #footer {line-height: 0px;
             margin:0;
             padding:0;}
    
    #footer p {
	display:block;
    min-width:100%;
    text-align:center;
}
   
}